电路2.1 组合逻辑2.1.1 基本门10.简单电路 A10.简单电路 A 摘自2015年期中考试题目4: 模块A旨在实现函数z = (x^y) & x。请实现这个模块。 模块声明 module top_module (input x, input y, output z); 做题区提交答案